ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiAutoComplete<T> Class / SelectedValues Property

In This Topic
    SelectedValues Property
    In This Topic
    Gets or sets an object array containing the item-values that are currently selected.
    Syntax
    'Declaration
     
    
    Public Property SelectedValues As IEnumerable(Of Object)
    public IEnumerable<object> SelectedValues {get; set;}
    See Also